home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 3dcd / Animraw.dir / 00305_5Down.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  192 b   |  9 lines

  1. on mouseDown
  2.   global currentmovie, currentframe, gInterview
  3.   gInterview = 0
  4.   currentmovie = "BambooCeremony"
  5.   currentframe = the frame
  6.   puppetTransition(9, 2, 40)
  7.   go(label("Mon5"))
  8. end
  9.